Carbon


KCGetKeychainName

Header: Keychain.h Carbon status: Under Evaluation

Obtains the name of a keychain.

OSStatus KCGetKeychainName (
    KCRef keychain, 
    StringPtr keychainName
);
keychain

A reference to the keychain whose name you wish to obtain.

keychainName

A pointer to a Pascal string. On return, this string contains the name of the keychain.

function result

A result code. The result code errKCInvalidKeychain indicates that the keychain is invalid.

VERSION NOTES

Available beginning with Keychain Manager 2.0.

AVAILABILITY

Under evaluation for Carbon. Available in CarbonLib 1.0 and later when KeychainLib 2.0 or later is installed. Exported by CarbonLib 1.0 and later and by KeychainLib 2.0 and later.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)